.pc-foot{
	width: 100%;
	background-color: #232324;
}
.pc-foot-wrap{
	width: 1400px;
	margin: 0 auto;
}
.pc-foot-top{
	padding: 60px 0;
}
.pc-foot-bottom{
	border-top: 1px solid #5a5a5a;
	padding: 40px 0;
	width: 100%;
}
.pc-foot-l{
	width: 20%;
	/* border-right:1px solid #5a5a5a; */
}
.pc-foot-m{
	width: 30%;
	margin-left: 5%;
	/* border-right:1px solid #5a5a5a; */
}
.pc-foot-r{
	width: 40%;
}
.pc-foot-rwm-box{
	
}
.pc-foot-rwm{
	margin-left: 16px;
	overflow: hidden;
	margin-top: 20px;
}
.pc-foot-rwm img{
	width: 112px;
	height: 112px;
	float: left;
}
.pc-foot-rwm p{
	color: #fff;
	float: left;
	writing-mode:vertical-lr;
	margin-top: 10px;
	margin-left: 5px;
	color: #979798;
	font-size: 18px;
}
.pc-foot-m {
	
}
.pc-foot-title{
	font-size: 18px;
	color: #fff;
	width: 80px;
	padding-bottom: 10px;
	border-bottom: 1px solid #5a5a5a;
}
.pc-foot-lx{
	
}
.pc-foot-lx li{
	font-size: 18px;
	color: #979798;
	margin-top: 25px;
}
.pc-foot-nav{
	overflow: hidden;
	
}
.pc-foot-nav li{
	float: left;
	width: 45%;
	margin-right: 5%;
	margin-top: 40px;
	position: relative;
}
.pc-foot-nav li a{
	font-size: 18px;
	color:#979798;
}
.pc-foot-nav li a:after{
	content: '';
	position: absolute;
	top: 20%;
	right:20px;
	border: 6px solid transparent;
	border-left-color: #115a9f;
}
.pc-foot-nav li:hover a{
	color: #979798;
}
.pc-foot-bottom-left{
	font-size: 18px;
	color: #979798;
}
.pc-foot-bottom-left a{
	font-size: 18px;
	color: #979798;
}
.pc-foot-bottom-right{
	font-size: 18px;
	color: #979798;
}
@media screen and (max-width: 1620px){
	
}
@media screen and (max-width: 1440px){
	.pc-foot-wrap{
		width: 1200px;
	}
}
@media screen and (max-width: 1200px){
	.pc-foot-wrap{
		width: 90%;
	}
}
@media screen and (max-width: 992px){
	.pc-foot-wrap{
		width: 90%;
	}
	.pc-foot-r{
		display: none;
	}
	.pc-foot-m{
		margin-left: 0;
		width: 50%;
	}
	.pc-foot-rwm p{
		writing-mode: inherit;
	}
	.pc-foot-rwm-box{
		overflow: hidden;
	}
	.pc-foot-rwm{
		float: left;
	}
	.pc-foot-l{
		width: 45%;
	}
	.pc-foot-rwm p{
		float: none!important;
		display: block;
	}
	
}
/* --手机横-- */
@media screen and (max-width:758px){
	.pc-foot-bottom-left{
		float: none!important;
		width: 100%;
	}
	.pc-foot-bottom-right{
		float: none!important;
		width: 100%;
	}
	.pc-foot-l{
		float: none!important;
		width: 100%;
	}
	.pc-foot-m{
		float: none!important;
		width: 100%;
	}
	.pc-foot-m{
		margin-top: 20px;
	}
	.pc-foot-rwm{
		margin-left: 0;
		margin-right: 20px;
	}
	.pc-foot-top{
		padding: 40px 0;
	}
	.pc-foot-bottom{
		padding: 20px 0;
	}
}
/*--手机竖--*/
@media screen and (max-width:470px){/*--320--*/
	
}